Log in Register Dashboard Temp Share Shortlinks Frames API

cody - HTMLify profile

cody's Profile Picture

cody

4270 Files

633463 Views

Latest files of /cody/swapnilsparsh/30DaysOfJavaScript/178 - RunningCar

carImage.png cody/swapnilsparsh/30DaysOfJavaScript/178 - RunningCar/carImage.png
120 Views
0 Comments
Media file
style.css cody/swapnilsparsh/30DaysOfJavaScript/178 - RunningCar/style.css
123 Views
0 Comments

#city{
background: url(cityImage.jpg);
background-size: cover;
background-repeat: no-repeat;
width: auto;
height:55vh;
}
cityImage.jpg cody/swapnilsparsh/30DaysOfJavaScript/178 - RunningCar/cityImage.jpg
91 Views
0 Comments
Media file
roadImage.jpg cody/swapnilsparsh/30DaysOfJavaScript/178 - RunningCar/roadImage.jpg
96 Views
0 Comments
Media file
script.js cody/swapnilsparsh/30DaysOfJavaScript/178 - RunningCar/script.js
177 Views
0 Comments
m=0;
var move;
var p=0;
const len=document.documentElement.scrollWidth;
function start(){
p++;
if(p>1){
clearInterval(move);
Index.html cody/swapnilsparsh/30DaysOfJavaScript/178 - RunningCar/Index.html
322 Views
0 Comments
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Running Car</title>
<link rel="stylesheet" href="style.css">